﻿2026-06-22T00:46:34.2559240Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-22T00:46:34.2559732Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-22T00:46:34.2559967Z [36;1m$PIN = "0c95435"[0m
2026-06-22T00:46:34.2560204Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-22T00:46:34.2560458Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-22T00:46:34.2560840Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-22T00:46:34.2561208Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-22T00:46:34.2561506Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-22T00:46:34.2561808Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-22T00:46:34.2562046Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-22T00:46:34.2562326Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-22T00:46:34.2562637Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-22T00:46:34.2562954Z [36;1m}[0m
2026-06-22T00:46:34.2563129Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-22T00:46:34.2563376Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T00:46:34.2637683Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-22T00:46:34.2638172Z ##[endgroup]
2026-06-22T00:46:37.1993834Z    Compiling proc-macro2 v1.0.106
2026-06-22T00:46:37.1994145Z    Compiling quote v1.0.45
2026-06-22T00:46:37.1994453Z    Compiling unicode-ident v1.0.24
2026-06-22T00:46:37.1994681Z    Compiling cfg-if v1.0.4
2026-06-22T00:46:37.1995588Z    Compiling serde_core v1.0.228
2026-06-22T00:46:37.1995854Z    Compiling serde v1.0.228
2026-06-22T00:46:37.1996141Z    Compiling windows-link v0.2.1
2026-06-22T00:46:37.1996481Z    Compiling portable-atomic v1.13.1
2026-06-22T00:46:37.1997110Z    Compiling typenum v1.20.1
2026-06-22T00:46:37.1997420Z    Compiling getrandom v0.3.4
2026-06-22T00:46:37.1998129Z    Compiling version_check v0.9.5
2026-06-22T00:46:37.1998510Z    Compiling pin-project-lite v0.2.17
2026-06-22T00:46:37.1998846Z    Compiling shlex v2.0.1
2026-06-22T00:46:37.1999233Z    Compiling memchr v2.8.1
2026-06-22T00:46:37.1999650Z    Compiling critical-section v1.2.0
2026-06-22T00:46:37.2000288Z    Compiling find-msvc-tools v0.1.9
2026-06-22T00:46:37.2744338Z    Compiling windows-sys v0.61.2
2026-06-22T00:46:37.3022738Z    Compiling subtle v2.6.1
2026-06-22T00:46:37.3435936Z    Compiling equivalent v1.0.2
2026-06-22T00:46:37.3527393Z    Compiling futures-core v0.3.32
2026-06-22T00:46:37.3839751Z    Compiling smallvec v1.15.1
2026-06-22T00:46:37.4789428Z    Compiling bytes v1.11.1
2026-06-22T00:46:37.4798095Z    Compiling itoa v1.0.18
2026-06-22T00:46:37.5371971Z    Compiling semver v1.0.28
2026-06-22T00:46:37.5913114Z    Compiling stable_deref_trait v1.2.1
2026-06-22T00:46:37.6316410Z    Compiling log v0.4.32
2026-06-22T00:46:37.6533597Z    Compiling generic-array v0.14.7
2026-06-22T00:46:37.6809918Z    Compiling futures-io v0.3.32
2026-06-22T00:46:37.7079871Z    Compiling slab v0.4.12
2026-06-22T00:46:37.8129347Z    Compiling rustc_version v0.4.1
2026-06-22T00:46:37.8592308Z    Compiling futures-sink v0.3.32
2026-06-22T00:46:37.8758142Z    Compiling futures-task v0.3.32
2026-06-22T00:46:37.8965692Z    Compiling rustversion v1.0.22
2026-06-22T00:46:37.9072225Z    Compiling hashbrown v0.17.1
2026-06-22T00:46:37.9734233Z    Compiling getrandom v0.2.17
2026-06-22T00:46:38.2533950Z    Compiling futures-channel v0.3.32
2026-06-22T00:46:38.2734530Z    Compiling cpufeatures v0.2.17
2026-06-22T00:46:38.3205097Z    Compiling fnv v1.0.7
2026-06-22T00:46:38.3870278Z    Compiling libc v0.2.186
2026-06-22T00:46:38.4509852Z    Compiling jobserver v0.1.34
2026-06-22T00:46:38.4620240Z    Compiling strsim v0.11.1
2026-06-22T00:46:38.4825088Z    Compiling rand_core v0.10.1
2026-06-22T00:46:38.5043428Z    Compiling cfg_aliases v0.2.1
2026-06-22T00:46:38.5044254Z    Compiling litemap v0.8.2
2026-06-22T00:46:38.5112734Z    Compiling autocfg v1.5.1
2026-06-22T00:46:38.5399096Z    Compiling writeable v0.6.3
2026-06-22T00:46:38.6015435Z    Compiling icu_properties_data v2.2.0
2026-06-22T00:46:38.6294338Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T00:46:38.6325559Z    Compiling ident_case v1.0.1
2026-06-22T00:46:38.6910462Z    Compiling cc v1.2.63
2026-06-22T00:46:38.8034299Z    Compiling utf8_iter v1.0.4
2026-06-22T00:46:38.8871321Z    Compiling fs_extra v1.3.0
2026-06-22T00:46:38.9221668Z    Compiling getrandom v0.4.2
2026-06-22T00:46:38.9222262Z    Compiling dunce v1.0.5
2026-06-22T00:46:39.0692662Z    Compiling indexmap v2.14.0
2026-06-22T00:46:39.1405147Z    Compiling percent-encoding v2.3.2
2026-06-22T00:46:39.1610589Z    Compiling syn v2.0.117
2026-06-22T00:46:39.2660754Z    Compiling crypto-common v0.1.7
2026-06-22T00:46:39.2985080Z    Compiling http v1.4.1
2026-06-22T00:46:39.3022156Z    Compiling unicode-segmentation v1.13.3
2026-06-22T00:46:39.3022765Z    Compiling cpufeatures v0.3.0
2026-06-22T00:46:39.3220624Z    Compiling aws-lc-rs v1.17.0
2026-06-22T00:46:39.4313043Z    Compiling thiserror v2.0.18
2026-06-22T00:46:39.4453616Z    Compiling scopeguard v1.2.0
2026-06-22T00:46:39.4587412Z    Compiling chacha20 v0.10.0
2026-06-22T00:46:39.4830597Z    Compiling form_urlencoded v1.2.2
2026-06-22T00:46:39.4847385Z    Compiling block-buffer v0.10.4
2026-06-22T00:46:39.6241279Z    Compiling lock_api v0.4.14
2026-06-22T00:46:39.6609719Z    Compiling untrusted v0.9.0
2026-06-22T00:46:39.7086235Z    Compiling winapi v0.3.9
2026-06-22T00:46:39.7420513Z    Compiling bitflags v2.12.1
2026-06-22T00:46:39.7669238Z    Compiling digest v0.10.7
2026-06-22T00:46:39.8790909Z    Compiling rand v0.10.1
2026-06-22T00:46:39.9241581Z    Compiling cmake v0.1.58
2026-06-22T00:46:39.9503737Z    Compiling num-traits v0.2.19
2026-06-22T00:46:40.0012815Z    Compiling windows-result v0.4.1
2026-06-22T00:46:40.0116567Z    Compiling windows-strings v0.5.1
2026-06-22T00:46:40.1272484Z    Compiling heck v0.5.0
2026-06-22T00:46:40.1637018Z    Compiling rustls v0.23.40
2026-06-22T00:46:40.1647011Z    Compiling convert_case v0.10.0
2026-06-22T00:46:40.2288858Z    Compiling atomic-waker v1.1.2
2026-06-22T00:46:40.4201319Z    Compiling const-oid v0.10.2
2026-06-22T00:46:40.4638692Z    Compiling anyhow v1.0.102
2026-06-22T00:46:40.5042299Z    Compiling unicode-xid v0.2.6
2026-06-22T00:46:40.6288260Z    Compiling httparse v1.10.1
2026-06-22T00:46:40.6485234Z    Compiling parking_lot_core v0.9.12
2026-06-22T00:46:40.6696295Z    Compiling zerocopy v0.8.50
2026-06-22T00:46:40.6753968Z    Compiling http-body v1.0.1
2026-06-22T00:46:40.7703433Z    Compiling curve25519-dalek v4.1.3
2026-06-22T00:46:40.8328364Z    Compiling hybrid-array v0.4.12
2026-06-22T00:46:40.9026396Z    Compiling ahash v0.8.12
2026-06-22T00:46:41.0471326Z    Compiling fastrand v2.4.1
2026-06-22T00:46:41.0736965Z    Compiling aws-lc-sys v0.41.0
2026-06-22T00:46:41.1306066Z    Compiling ring v0.17.14
2026-06-22T00:46:41.2002408Z    Compiling base64ct v1.8.3
2026-06-22T00:46:41.2984833Z    Compiling powerfmt v0.2.0
2026-06-22T00:46:41.3050236Z    Compiling either v1.16.0
2026-06-22T00:46:41.5997638Z    Compiling deranged v0.5.8
2026-06-22T00:46:41.6142125Z    Compiling rand_core v0.6.4
2026-06-22T00:46:41.6703006Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T00:46:41.7040574Z    Compiling data-encoding v2.11.0
2026-06-22T00:46:41.7474790Z    Compiling num-conv v0.2.2
2026-06-22T00:46:41.7581373Z    Compiling try-lock v0.2.5
2026-06-22T00:46:41.8767154Z    Compiling time-core v0.1.8
2026-06-22T00:46:41.8767710Z    Compiling pkg-config v0.3.33
2026-06-22T00:46:41.9256508Z    Compiling zmij v1.0.21
2026-06-22T00:46:41.9673761Z    Compiling tower-service v0.3.3
2026-06-22T00:46:41.9772860Z    Compiling tinyvec_macros v0.1.1
2026-06-22T00:46:42.0368735Z    Compiling vcpkg v0.2.15
2026-06-22T00:46:42.0871498Z    Compiling base64 v0.22.1
2026-06-22T00:46:42.0872087Z    Compiling tinyvec v1.11.0
2026-06-22T00:46:42.1353014Z    Compiling parking_lot v0.12.5
2026-06-22T00:46:42.2484939Z    Compiling want v0.3.1
2026-06-22T00:46:42.2575424Z    Compiling block-buffer v0.12.0
2026-06-22T00:46:42.4334462Z    Compiling crypto-common v0.2.2
2026-06-22T00:46:42.5055704Z    Compiling sha2 v0.10.9
2026-06-22T00:46:42.5191311Z    Compiling vergen-lib v9.1.0
2026-06-22T00:46:42.6623700Z    Compiling inout v0.1.4
2026-06-22T00:46:42.6912317Z    Compiling n0-future v0.3.2
2026-06-22T00:46:42.7874507Z    Compiling cordyceps v0.3.4
2026-06-22T00:46:42.8535416Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-22T00:46:42.8940774Z    Compiling signature v2.2.0
2026-06-22T00:46:42.9907423Z    Compiling serde_json v1.0.150
2026-06-22T00:46:43.0888811Z    Compiling parking v2.2.1
2026-06-22T00:46:43.0957138Z    Compiling winnow v1.0.3
2026-06-22T00:46:43.1067802Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T00:46:43.1226623Z    Compiling diatomic-waker v0.2.3
2026-06-22T00:46:43.1397594Z    Compiling crossbeam-utils v0.8.21
2026-06-22T00:46:43.1418349Z    Compiling httpdate v1.0.3
2026-06-22T00:46:43.1501464Z    Compiling spin v0.10.0
2026-06-22T00:46:43.2705428Z    Compiling futures-lite v2.6.1
2026-06-22T00:46:43.3342104Z    Compiling futures-buffered v0.2.13
2026-06-22T00:46:43.3591339Z    Compiling digest v0.11.3
2026-06-22T00:46:43.4471304Z    Compiling ed25519 v2.2.3
2026-06-22T00:46:43.4950147Z    Compiling cipher v0.4.4
2026-06-22T00:46:43.6174787Z    Compiling vergen v9.1.0
2026-06-22T00:46:43.7365137Z    Compiling vergen-lib v0.1.6
2026-06-22T00:46:43.7365653Z    Compiling universal-hash v0.5.1
2026-06-22T00:46:43.7869230Z    Compiling noq-udp v0.10.0
2026-06-22T00:46:43.8827932Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T00:46:43.8954434Z    Compiling heapless v0.7.17
2026-06-22T00:46:43.9315161Z    Compiling sync_wrapper v1.0.2
2026-06-22T00:46:44.0189232Z    Compiling byteorder v1.5.0
2026-06-22T00:46:44.0531701Z    Compiling allocator-api2 v0.2.21
2026-06-22T00:46:44.0903797Z    Compiling opaque-debug v0.3.1
2026-06-22T00:46:44.1108989Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T00:46:44.1950321Z    Compiling polyval v0.6.2
2026-06-22T00:46:44.2637768Z    Compiling hash32 v0.2.1
2026-06-22T00:46:44.3135931Z    Compiling synstructure v0.13.2
2026-06-22T00:46:44.3891129Z    Compiling darling_core v0.20.11
2026-06-22T00:46:44.4876872Z    Compiling vergen-gitcl v1.0.8
2026-06-22T00:46:44.5541852Z    Compiling spin v0.9.8
2026-06-22T00:46:44.5737966Z    Compiling windows-threading v0.2.1
2026-06-22T00:46:44.6504085Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T00:46:44.7422589Z    Compiling fallible-iterator v0.3.0
2026-06-22T00:46:44.7740746Z    Compiling tower-layer v0.3.3
2026-06-22T00:46:44.8409377Z    Compiling signature v3.0.0
2026-06-22T00:46:44.8970689Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T00:46:45.0814461Z    Compiling ryu v1.0.23
2026-06-22T00:46:45.1174675Z    Compiling windows-targets v0.52.6
2026-06-22T00:46:45.1945670Z    Compiling ghash v0.5.1
2026-06-22T00:46:45.1946152Z    Compiling ctr v0.9.2
2026-06-22T00:46:45.2661516Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T00:46:45.2662632Z    Compiling aes v0.8.4
2026-06-22T00:46:45.3066425Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T00:46:45.3563018Z    Compiling fs2 v0.4.3
2026-06-22T00:46:45.4470482Z    Compiling time v0.3.47
2026-06-22T00:46:45.4951085Z    Compiling http-body-util v0.1.3
2026-06-22T00:46:45.6005955Z    Compiling aead v0.5.2
2026-06-22T00:46:45.6142339Z    Compiling widestring v1.2.1
2026-06-22T00:46:45.6240487Z    Compiling ipconfig v0.3.4
2026-06-22T00:46:45.7777715Z    Compiling windows-sys v0.59.0
2026-06-22T00:46:45.9511629Z    Compiling aes-gcm v0.10.3
2026-06-22T00:46:46.0800962Z    Compiling socket2 v0.6.4
2026-06-22T00:46:46.1207857Z    Compiling mio v1.2.1
2026-06-22T00:46:46.1760626Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T00:46:46.1761153Z    Compiling crossbeam-channel v0.5.15
2026-06-22T00:46:46.6149928Z    Compiling proc-macro-crate v3.5.0
2026-06-22T00:46:46.6183646Z    Compiling blake3 v1.8.5
2026-06-22T00:46:46.7939340Z    Compiling windows-registry v0.6.1
2026-06-22T00:46:46.9239634Z    Compiling uuid v1.23.2
2026-06-22T00:46:46.9528994Z    Compiling serde_derive v1.0.228
2026-06-22T00:46:47.0321515Z    Compiling zeroize_derive v1.4.3
2026-06-22T00:46:47.1956590Z    Compiling zerofrom-derive v0.1.7
2026-06-22T00:46:47.3606114Z    Compiling tokio-macros v2.7.0
2026-06-22T00:46:47.3718732Z    Compiling yoke-derive v0.8.2
2026-06-22T00:46:47.4301652Z    Compiling futures-macro v0.3.32
2026-06-22T00:46:47.4877313Z    Compiling zerovec-derive v0.11.3
2026-06-22T00:46:47.5805459Z    Compiling displaydoc v0.2.6
2026-06-22T00:46:47.7535440Z    Compiling tracing-attributes v0.1.31
2026-06-22T00:46:47.8670321Z    Compiling zeroize v1.8.2
2026-06-22T00:46:47.9225262Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T00:46:48.2273131Z    Compiling thiserror-impl v2.0.18
2026-06-22T00:46:48.2527369Z    Compiling tokio v1.52.3
2026-06-22T00:46:48.2632266Z    Compiling rustls-pki-types v1.14.1
2026-06-22T00:46:48.4105659Z    Compiling futures-util v0.3.32
2026-06-22T00:46:48.4620487Z    Compiling derive_more-impl v2.1.1
2026-06-22T00:46:48.5171804Z    Compiling windows-interface v0.59.3
2026-06-22T00:46:48.5335757Z    Compiling windows-implement v0.60.2
2026-06-22T00:46:48.6945399Z    Compiling n0-error-macros v0.1.3
2026-06-22T00:46:48.7588427Z    Compiling darling_macro v0.20.11
2026-06-22T00:46:48.8711634Z    Compiling spez v0.1.2
2026-06-22T00:46:48.9761623Z    Compiling zerofrom v0.1.8
2026-06-22T00:46:49.1669853Z    Compiling der v0.8.0-rc.10
2026-06-22T00:46:49.2860867Z    Compiling yoke v0.8.3
2026-06-22T00:46:49.3800897Z    Compiling darling v0.20.11
2026-06-22T00:46:49.5127392Z    Compiling pin-project-internal v1.1.13
2026-06-22T00:46:49.5395843Z    Compiling postcard-derive v0.2.2
2026-06-22T00:46:49.5938599Z    Compiling derive_builder_core v0.20.2
2026-06-22T00:46:49.6180974Z    Compiling windows-core v0.62.2
2026-06-22T00:46:49.6300072Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T00:46:49.7669415Z    Compiling zerovec v0.11.6
2026-06-22T00:46:49.8064950Z    Compiling zerotrie v0.2.4
2026-06-22T00:46:50.1827209Z    Compiling n0-error v0.1.3
2026-06-22T00:46:50.2786203Z    Compiling data-encoding-macro v0.1.20
2026-06-22T00:46:50.3321643Z    Compiling cobs v0.3.0
2026-06-22T00:46:50.4635245Z    Compiling num_enum_derive v0.7.6
2026-06-22T00:46:50.4643175Z    Compiling enum-assoc v1.3.0
2026-06-22T00:46:50.6047802Z    Compiling async-trait v0.1.89
2026-06-22T00:46:50.7675334Z    Compiling tinystr v0.8.3
2026-06-22T00:46:50.9358716Z    Compiling potential_utf v0.1.5
2026-06-22T00:46:50.9730607Z    Compiling ed25519-dalek v2.2.0
2026-06-22T00:46:51.0270366Z    Compiling pin-project v1.1.13
2026-06-22T00:46:51.0414397Z    Compiling icu_locale_core v2.2.0
2026-06-22T00:46:51.0927527Z    Compiling icu_collections v2.2.0
2026-06-22T00:46:51.1279653Z    Compiling derive_builder_macro v0.20.2
2026-06-22T00:46:51.1707871Z    Compiling spki v0.8.0-rc.4
2026-06-22T00:46:51.3102249Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-22T00:46:51.3632982Z    Compiling windows-collections v0.3.2
2026-06-22T00:46:51.4262687Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T00:46:51.4862841Z    Compiling windows-future v0.3.2
2026-06-22T00:46:51.5235827Z    Compiling windows-numerics v0.3.1
2026-06-22T00:46:51.5515693Z    Compiling derive_builder v0.20.2
2026-06-22T00:46:51.6804044Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T00:46:51.7192423Z    Compiling strum_macros v0.28.0
2026-06-22T00:46:52.0362944Z    Compiling memoffset v0.6.5
2026-06-22T00:46:52.0854428Z    Compiling ipnet v2.12.0
2026-06-22T00:46:52.1616796Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T00:46:53.3358086Z    Compiling icu_provider v2.2.0
2026-06-22T00:46:53.3389684Z    Compiling futures-executor v0.3.32
2026-06-22T00:46:53.3937079Z    Compiling windows v0.62.2
2026-06-22T00:46:53.6402638Z    Compiling once_cell v1.21.4
2026-06-22T00:46:53.7005762Z    Compiling prefix-trie v0.8.4
2026-06-22T00:46:53.7291577Z    Compiling futures v0.3.32
2026-06-22T00:46:53.7789252Z    Compiling chrono v0.4.45
2026-06-22T00:46:53.8413828Z    Compiling tracing-core v0.1.36
2026-06-22T00:46:53.9122878Z    Compiling icu_properties v2.2.0
2026-06-22T00:46:53.9465312Z    Compiling icu_normalizer v2.2.0
2026-06-22T00:46:53.9961222Z    Compiling derive_more v2.1.1
2026-06-22T00:46:54.0710840Z    Compiling noq v0.18.0
2026-06-22T00:46:54.1650426Z    Compiling netwatch v0.16.0
2026-06-22T00:46:54.2962088Z    Compiling hashbrown v0.14.5
2026-06-22T00:46:54.3125760Z    Compiling postcard v1.1.3
2026-06-22T00:46:54.4839534Z    Compiling tracing v0.1.44
2026-06-22T00:46:54.4932880Z    Compiling acto v0.8.2
2026-06-22T00:46:54.5386463Z    Compiling thiserror v1.0.69
2026-06-22T00:46:54.5747715Z    Compiling identity-hash v0.1.0
2026-06-22T00:46:54.6933821Z    Compiling xml-rs v0.8.28
2026-06-22T00:46:54.7458887Z    Compiling rustc-hash v2.1.2
2026-06-22T00:46:54.8376824Z    Compiling mac-addr v0.3.0
2026-06-22T00:46:54.8489271Z    Compiling lru-slab v0.1.2
2026-06-22T00:46:54.9073128Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T00:46:54.9236066Z    Compiling foldhash v0.2.0
2026-06-22T00:46:54.9757252Z    Compiling ref-cast v1.0.25
2026-06-22T00:46:55.0520228Z    Compiling tagptr v0.2.0
2026-06-22T00:46:55.1049039Z    Compiling hashlink v0.9.1
2026-06-22T00:46:55.1502607Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T00:46:55.1792719Z    Compiling hashbrown v0.16.1
2026-06-22T00:46:55.1943967Z    Compiling netdev v0.42.0
2026-06-22T00:46:55.3169262Z    Compiling idna_adapter v1.2.2
2026-06-22T00:46:55.3709709Z    Compiling moka v0.12.15
2026-06-22T00:46:55.4295946Z    Compiling idna v1.1.0
2026-06-22T00:46:55.4813298Z    Compiling strum v0.28.0
2026-06-22T00:46:55.5030610Z    Compiling rusqlite v0.32.1
2026-06-22T00:46:55.5404441Z    Compiling iroh-metrics v0.38.3
2026-06-22T00:46:55.7161722Z    Compiling xmltree v0.10.3
2026-06-22T00:46:55.7725684Z    Compiling iroh-relay v0.98.0
2026-06-22T00:46:55.8087346Z    Compiling url v2.5.8
2026-06-22T00:46:55.9689337Z    Compiling toml_datetime v0.6.11
2026-06-22T00:46:55.9938679Z    Compiling serde_spanned v0.6.9
2026-06-22T00:46:56.0217512Z    Compiling num_enum v0.7.6
2026-06-22T00:46:56.2112521Z    Compiling thiserror-impl v1.0.69
2026-06-22T00:46:56.2761417Z    Compiling ref-cast-impl v1.0.25
2026-06-22T00:46:56.3257094Z    Compiling serde_derive_internals v0.29.1
2026-06-22T00:46:56.3787527Z    Compiling simple-dns v0.9.3
2026-06-22T00:46:56.7992245Z    Compiling tokio-util v0.7.18
2026-06-22T00:46:56.8332064Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T00:46:56.8835765Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-22T00:46:56.9200290Z    Compiling tower v0.5.3
2026-06-22T00:46:56.9471067Z    Compiling attohttpc v0.30.1
2026-06-22T00:46:56.9878575Z    Compiling iroh-base v0.98.0
2026-06-22T00:46:57.0008790Z    Compiling serial-core v0.4.0
2026-06-22T00:46:57.0672889Z    Compiling aho-corasick v1.1.4
2026-06-22T00:46:57.2541949Z    Compiling regex-syntax v0.8.10
2026-06-22T00:46:57.4212545Z    Compiling winnow v0.7.15
2026-06-22T00:46:57.7061192Z    Compiling constant_time_eq v0.4.2
2026-06-22T00:46:57.7331406Z    Compiling winreg v0.10.1
2026-06-22T00:46:57.8491382Z    Compiling tower-http v0.6.11
2026-06-22T00:46:57.8614019Z    Compiling smol_str v0.1.24
2026-06-22T00:46:57.9777937Z    Compiling toml_write v0.1.2
2026-06-22T00:46:57.9864519Z    Compiling resolv-conf v0.7.6
2026-06-22T00:46:58.0251951Z    Compiling arrayref v0.3.9
2026-06-22T00:46:58.1389226Z    Compiling sha1_smol v1.0.1
2026-06-22T00:46:58.1864957Z    Compiling h2 v0.4.14
2026-06-22T00:46:58.4389521Z    Compiling n0-watcher v0.6.1
2026-06-22T00:46:58.4974187Z    Compiling tokio-stream v0.1.18
2026-06-22T00:46:58.5942128Z    Compiling simdutf8 v0.1.5
2026-06-22T00:46:58.6217690Z    Compiling arrayvec v0.7.6
2026-06-22T00:46:58.7298640Z    Compiling iroh-dns v0.98.0
2026-06-22T00:46:59.2472338Z    Compiling schemars_derive v1.2.1
2026-06-22T00:46:59.3209664Z    Compiling serial-windows v0.4.0
2026-06-22T00:46:59.5440730Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-22T00:46:59.5916935Z    Compiling toml_edit v0.22.27
2026-06-22T00:46:59.8259620Z    Compiling regex-automata v0.4.14
2026-06-22T00:46:59.8644581Z    Compiling lru v0.16.4
2026-06-22T00:46:59.8827366Z    Compiling webpki-roots v1.0.7
2026-06-22T00:46:59.9815607Z    Compiling seize v0.5.1
2026-06-22T00:46:59.9934687Z    Compiling darling_core v0.23.0
2026-06-22T00:47:00.0319701Z    Compiling serde_bytes v0.11.19
2026-06-22T00:47:00.0711128Z    Compiling hmac v0.12.1
2026-06-22T00:47:00.3640316Z    Compiling iroh v0.98.2
2026-06-22T00:47:00.3734346Z    Compiling dyn-clone v1.0.20
2026-06-22T00:47:00.5907465Z    Compiling cmov v0.5.4
2026-06-22T00:47:00.6606168Z    Compiling lazy_static v1.5.0
2026-06-22T00:47:00.7916966Z    Compiling utf8parse v0.2.2
2026-06-22T00:47:00.8123952Z    Compiling once_cell_polyfill v1.70.2
2026-06-22T00:47:00.9121611Z    Compiling anstyle v1.0.14
2026-06-22T00:47:00.9405673Z    Compiling pin-utils v0.1.0
2026-06-22T00:47:00.9824497Z    Compiling bitflags v1.3.2
2026-06-22T00:47:01.0064586Z    Compiling anstyle-parse v1.0.0
2026-06-22T00:47:01.0479448Z    Compiling ctutils v0.4.2
2026-06-22T00:47:01.1037023Z    Compiling nix v0.25.1
2026-06-22T00:47:01.2389077Z    Compiling anstyle-wincon v3.0.11
2026-06-22T00:47:01.2461203Z    Compiling shared_library v0.1.9
2026-06-22T00:47:01.2461715Z    Compiling papaya v0.2.4
2026-06-22T00:47:01.2745104Z    Compiling hkdf v0.12.4
2026-06-22T00:47:01.2980031Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T00:47:01.4469852Z    Compiling serial v0.4.0
2026-06-22T00:47:01.4832666Z    Compiling schemars v1.2.1
2026-06-22T00:47:01.5691115Z    Compiling filedescriptor v0.8.3
2026-06-22T00:47:01.6054989Z    Compiling backon v1.6.0
2026-06-22T00:47:01.6304371Z    Compiling anstyle-query v1.1.5
2026-06-22T00:47:01.8452804Z    Compiling foldhash v0.1.5
2026-06-22T00:47:01.8968219Z    Compiling downcast-rs v1.2.1
2026-06-22T00:47:01.9151984Z    Compiling paste v1.0.15
2026-06-22T00:47:02.0178714Z    Compiling toml v0.8.23
2026-06-22T00:47:02.0398173Z    Compiling shell-words v1.1.1
2026-06-22T00:47:02.1172483Z    Compiling instability v0.3.12
2026-06-22T00:47:02.1408028Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T00:47:02.1943812Z    Compiling colorchoice v1.0.5
2026-06-22T00:47:02.2800512Z    Compiling anstream v1.0.0
2026-06-22T00:47:02.2956857Z    Compiling portable-pty v0.8.1
2026-06-22T00:47:02.3317483Z    Compiling hashbrown v0.15.5
2026-06-22T00:47:02.3961539Z    Compiling spake2 v0.4.0
2026-06-22T00:47:02.4667864Z    Compiling strum_macros v0.26.4
2026-06-22T00:47:02.8203901Z    Compiling hyper v1.10.1
2026-06-22T00:47:02.9527203Z    Compiling regex v1.12.3
2026-06-22T00:47:03.0788632Z    Compiling terminal_size v0.4.4
2026-06-22T00:47:03.0877395Z    Compiling crossterm_winapi v0.9.1
2026-06-22T00:47:03.2800500Z    Compiling itertools v0.13.0
2026-06-22T00:47:03.2801051Z    Compiling sha1 v0.10.6
2026-06-22T00:47:03.5681756Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-22T00:47:03.6754988Z    Compiling castaway v0.2.4
2026-06-22T00:47:03.7036413Z    Compiling indoc v2.0.7
2026-06-22T00:47:03.7961805Z    Compiling recvmsg v1.0.0
2026-06-22T00:47:03.8458696Z    Compiling static_assertions v1.1.0
2026-06-22T00:47:04.0886906Z    Compiling doctest-file v1.1.1
2026-06-22T00:47:04.1092462Z    Compiling darling_macro v0.23.0
2026-06-22T00:47:04.2117426Z    Compiling wmi v0.18.4
2026-06-22T00:47:04.4211447Z    Compiling unicode-width v0.1.14
2026-06-22T00:47:04.5373835Z    Compiling clap_lex v1.1.0
2026-06-22T00:47:04.5727428Z    Compiling darling v0.23.0
2026-06-22T00:47:04.7328389Z    Compiling interprocess v2.4.2
2026-06-22T00:47:04.8265225Z    Compiling strum v0.26.3
2026-06-22T00:47:04.8379562Z    Compiling clap_builder v4.6.0
2026-06-22T00:47:04.8723484Z    Compiling compact_str v0.8.2
2026-06-22T00:47:04.9330303Z    Compiling crossterm v0.28.1
2026-06-22T00:47:05.0174392Z    Compiling hyper-util v0.1.20
2026-06-22T00:47:05.5823019Z    Compiling unicode-truncate v1.1.0
2026-06-22T00:47:05.7128662Z    Compiling lru v0.12.5
2026-06-22T00:47:05.8212752Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-22T00:47:05.9155625Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-22T00:47:06.2907890Z    Compiling clap_derive v4.6.1
2026-06-22T00:47:06.3989581Z    Compiling error-code v3.3.2
2026-06-22T00:47:06.6115051Z    Compiling unicode-width v0.2.0
2026-06-22T00:47:06.6373800Z    Compiling cassowary v0.3.0
2026-06-22T00:47:06.7666246Z    Compiling clipboard-win v5.4.1
2026-06-22T00:47:06.8227683Z    Compiling igd-next v0.17.1
2026-06-22T00:47:07.1490650Z    Compiling ratatui v0.29.0
2026-06-22T00:47:07.1785835Z    Compiling nucleo-matcher v0.3.1
2026-06-22T00:47:07.4658890Z    Compiling qrcode v0.14.1
2026-06-22T00:47:07.6290372Z    Compiling tempfile v3.27.0
2026-06-22T00:47:07.9081525Z    Compiling portmapper v0.16.0
2026-06-22T00:47:08.5373770Z    Compiling clap v4.6.1
2026-06-22T00:47:20.7708199Z    Compiling rustls-webpki v0.103.13
2026-06-22T00:47:23.9515017Z    Compiling tokio-rustls v0.26.4
2026-06-22T00:47:23.9515355Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T00:47:23.9515600Z    Compiling noq-proto v0.17.0
2026-06-22T00:47:24.1417994Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T00:47:24.1418828Z    Compiling hyper-rustls v0.27.9
2026-06-22T00:47:24.1419797Z    Compiling tokio-websockets v0.13.2
2026-06-22T00:47:24.3421273Z    Compiling reqwest v0.13.4
2026-06-22T00:47:25.3618522Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T00:47:42.4187514Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-22T00:47:43.9157135Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-22T00:47:53.2374869Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-22T00:48:00.6233767Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
2026-06-22T00:48:00.6449924Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-22T00:48:00.6946938Z 
2026-06-22T00:48:00.6947279Z running 1 test
2026-06-22T00:48:07.8514838Z test new_brain_serves_against_old_broker ... ok
2026-06-22T00:48:07.8515054Z 
2026-06-22T00:48:07.8515318Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.16s
2026-06-22T00:48:07.8515548Z 
